html,body{
    font-size: 16px;
    font-family:  "Microsoft YaHei UI";
    color: #333;
    line-height: 24px;
    min-width: 1200px;
    margin: 0;
    padding: 0;
}
div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,img{
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    font-weight: normal;
}
a{
    text-decoration:none;
    color: #333;
}
a:hover{
    color: #b91b21;
}
.clear_both:after{
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
}
.main1200{
	width: 1200px;
	margin: 0 auto;
}

.logo_row{
	height: 118px;
	background: url(../images/logo-bg.png) 206px 0 no-repeat;
}
.logo_img{
	float: left;
	padding-top: 28px;
}
.search_row{
    width: 280px;
    height: 34px;
	margin-top: 60px;
    float: right;
    border: 1px solid #ddd;
    border-radius: 17px;
    overflow: hidden;
}
.search_row input{
    width: 246px;
    height: 34px;
    border: none;
    outline: none;
    padding: 0 10px 0 12px;
    box-sizing: border-box;
    font-size: 14px;
    color: #757575;
    float: left;
	background-color: transparent;
}
.search_row button{
    width: 20px;
    height: 34px;
    border: none;
    background: url("../images/search-img.png") center no-repeat;
    outline: none;
}

.nav_row{
	height: 60px;
	background-color: #2460aa;
}
.nav_in{
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav_in a{
	width: 198px;
	height: 18px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.nav_in a+a{
	border-left: 1px solid #478ee5;
}

.headline{
	text-align: center;
	font-size: 42px;
	line-height: 45px;
	padding-top: 30px;
}

.first_row{
	padding-top: 40px;
}

.first_focus{
	width: 786px;
	height: 496px;
	overflow: hidden;
	position: relative;
	float: left;
}
.first_focus .hd{}
.first_focus .hd .prev,
.first_focus .hd .next{
	display: block;
	width: 46px;
	height: 46px;
	cursor:pointer;
	position: absolute;
	bottom: 12px;
	z-index: 3;
}
.first_focus .hd .prev{
	background: url(../images/focus-prev.png) no-repeat;
	right: 60px;
}
.first_focus .hd .next{
	background: url(../images/focus-next.png) no-repeat;
	right: 10px;
}
.first_focus .hd .pageState{
	position: absolute;
	right: 140px;
	bottom: 20px;
	z-index: 3;
	color: #999;
	font-size: 20px;
}
.first_focus .hd .pageState span{
	color: #fff;
	font-size: 28px;
}
.first_focus .bd{}
.first_focus .bd ul{
	overflow: hidden;
	zoom: 1;
}
.first_focus .bd ul li img{
	width: 786px;
	height: 496px;
}
.first_focus .bd ul li p{
	width: 100%;
	height: 70px;
	background: rgba(0, 0, 0, 0.65);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.first_focus .bd ul li p span{
	display: block;
	width: 560px;
	margin: 0 0 0 20px;
	color: #fff;
	font-size: 20px;
	line-height: 70px;
}

.first_right{
	width: 374px;
	float: right;
}
.first_right ul{
	font-size: 16px;
	line-height: 37px;
}

.first_right ul li{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.first_right ul li:nth-child(1),
.first_right ul li:nth-child(7){
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.first_right ul li:nth-child(7){
	border-top: 1px solid #d5d5d5;
	margin-top: 18px;
	padding-top: 22px;
}

.title_row{
	padding-top: 40px;
}
.title_row b{
	font-size: 24px;
	float: left;
}
.title_row a{
	float: right;
	font-size: 15px;
	color: #999;
}
.title_row a:hover{
    color: #b91b21;
}

.spbb_nr{
    position: relative;
	height: 250px;
	margin-top: 20px;
}
.spbb_nr .hd .prev,
.spbb_nr .hd .next{
    display: block;
    width: 16px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    top: 90px;
}
.spbb_nr .hd .prev{
    background: url("../images/fcsp-prev.png") no-repeat;
    left: 0;
}
.spbb_nr .hd .next{
    background: url("../images/fcsp-next.png") no-repeat;
    right: 0;
}
.spbb_nr .bd{
    width: 1100px;
    overflow:hidden;
    margin: 0 0 0 56px;
}
.spbb_nr .bd ul{
    overflow:hidden;
    zoom:1;
}
.spbb_nr .bd ul li{
    width: 348px;
	height: 250px;
	background-color: #f8f8f8;
    margin: 0 26px 0 0;
    float: left;
	position: relative;
}
.spbb_nr .bd ul li img{
    width: 348px;
    height: 196px;
}
.spbb_nr .bd ul li span{
	width: 348px;
	height: 196px;
	display: block;
	background: url(../images/fcsp-icon.png) center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.spbb_nr .bd ul li p{
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 8px 0;
    box-sizing: border-box;
    text-align: center;
}

.zcjd_row{
	width: 786px;
	float: left;
}
ul.zcjd_nr li{
	padding: 20px 0;
}
ul.zcjd_nr img{
	float: left;
	width: 204px;
	height: 136px;
}
ul.zcjd_nr div{
	width: 556px;
	float: right;
}
ul.zcjd_nr div p{
	font-size: 20px;
	color: #2f2f2f;
}
ul.zcjd_nr a:hover div p{
	color: #b91b21;
}
ul.zcjd_nr div i{
	display: block;
	font-size: 16px;
	color: #9a9a9a;
	font-style: normal;
	padding-top: 6px;
}
ul.zcjd_nr div span{
	display: block;
	font-size: 15px;
	color: #878787;
	line-height: 24px;
	margin-top: 8px;
	max-height: 72px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ysxk_row{
	width: 374px;
	background-color: #f8f8f8;
	margin-top: 40px;
	float: right;
	height: 712px;
}
.ysxk_title{
	padding-top: 30px;
}
.ysxk_title b{
	display: block;
	float: left;
	width: 158px;
	height: 50px;
	line-height: 50px;
	background: url(../images/ysxk-title.png) no-repeat;
	color: #fff;
	font-size: 24px;
	margin-left: 20px;
	padding-left: 17px;
	box-sizing: border-box;
}
.ysxk_title a{
	float: right;
	color: #999;
	line-height: 50px;
	padding-right: 17px;
}

ul.ysxk_font{
	line-height: 46px;
	font-size: 16px;
	padding: 18px 20px 0;
}
ul.ysxk_font li a{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

ul.rptj_row{
	width: 1250px;
}
ul.rptj_row li{
	width: 264px;
	height: 164px;
	float: left;
	margin: 20px 48px 20px 0;
	position: relative;
}
ul.rptj_row li img{
	width: 264px;
	height: 164px;
}
ul.rptj_row li p{
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 15px;
	background-color: rgba(0, 0, 0, 0.65);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	box-sizing: border-box;
}

.jjjc_left{
	width: 790px;
	float: left;
}
.jjjc_left ul li{
	padding: 18px 0;
}
.jjjc_left ul .left_half{
	width: 74px;
	height: 74px;
	background: url(../images/jjjc-bg.jpg) no-repeat;
	float: left;
}
.jjjc_left ul .left_half p{
	text-align: center;
	font-size: 30px;
	color: #66a0e4;
	padding-top: 14px;
}
.jjjc_left ul .left_half span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding-top: 13px;
}
.jjjc_left ul .right_half{
	width: 695px;
	float: right;
}
.jjjc_left ul .right_half p{
	font-size: 20px;
}
.jjjc_left ul .right_half span{
	display: block;
	color: ##878787;
	font-size: 15px;
	max-height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 6px;
}

.jjjc_right{
	width: 374px;
	float: right;
}
.jjjc_right ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jjjc_right ul li{
	width: 182px;
	height: 198px;
	background-color: #f8f8f8;
	margin: 22px 0 0;
	line-height: 0;
}
.jjjc_right ul li img{
	width: 182px;
	height: 146px;
}
.jjjc_right ul li p{
	font-size: 15px;
	text-align: center;
	line-height: 52px;
	height:34px;
	overflow:hidden;
}


















